home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / S / Son Of Sysopƒ1.2 / READ! Version info < prev    next >
Encoding:
Text File  |  1991-09-20  |  10.7 KB  |  264 lines  |  [TEXT/QED1]

  1. Son Of Sysop Version 1.2
  2. ------------------------
  3. If at all possible, use the documentation that is in WORD
  4. format rather than the text version. It's much easer to read.
  5.  
  6. Decided to change the version number format. The 1st digit
  7. after the . will be incremented when new modules are added,
  8. the second (1.2.1) will be for minor changes.
  9.  
  10. Added module to allow you to automatically send a message
  11. to new users.  You create the message and all new users 
  12. will receive it in email.  This is currently a 'netmail'
  13. type message. This may be changed to local in the future.
  14. You must do some special things with your Visitor script
  15. to use this module. Read the manual!
  16.  
  17. Added ability to schedule which days of the week the 
  18. FILES module is to be activated.
  19.  
  20. The 'TBTLOs' option may not be activated in this version
  21. due to some irregularities found in the 'date2secs' call
  22. in the programming language.  I hope to have a fix to this
  23. soon.
  24.  
  25. All changeable resources are now marked as purgable by
  26. the program to reduce any low memory conditions.
  27.  
  28. Fixed a bug that Zeff found. SOS was checking for exact
  29. upper/lower case of the words Section.Dir.  It will now
  30. handle any case.
  31.  
  32. Added steps for non-Tabby Sysops in the documentation.
  33.  
  34. There is a LOT more error handling built into SOS now.
  35. This means that it will keep on running if it can't find
  36. a file, it won't crash in most cases.  Because of this
  37. it's important to check the log and watch the program
  38. run a couple of times to make sure you haven't made any
  39. errors in your pathway names, mansion scan, or other data.
  40.  
  41.  
  42. Some other changes that I can't remember right now.
  43.  
  44. Son Of Sysop Version 1.04/5 - 1.1
  45. ---------------------------
  46. 1.04 contains some internal changes that were found needed
  47. after the 'validate uploads' module was added.
  48. When uploads are validated, the section.dir header date and
  49. the file date are updated to the date that they were validated on.
  50. This allows these files to be displayed to callers when they
  51. do the new upload scan in Mansion.  These files will then be
  52. included in the 'New Uploads' posting that is created the next
  53. time that module is configured to run.  This was an oversight
  54. that noone picked up and it's addition should insure complete
  55. compatibility with the new modules introduced in 1.02 and 1.03.
  56.  
  57. When SOS validats uploads, it now will update the 'FILES' data
  58. in Mansions status bar.  This will occur if you have the 'update
  59. Mansion status bar' configured to Y.
  60.  
  61. Fixed a double version number showing up in some internal messages/
  62. reports.
  63.  
  64.  
  65. Son Of Sysop Version 1.03
  66. -------------------------
  67. All the taglines and node numbers are consistent in email.
  68. Weekly report on connections created every Friday.
  69. EXTRAFILESMOVER: This module can now accept files of ANY
  70. size!  If the file to be moved to the sysops email is larger
  71. than 195 lines, it will be split up as part 1, part 2, etc...
  72. Use this module for any large files! (like the Tabby Log)
  73.  
  74. Error checking added for file areas without section.dir files
  75. created yet. (New BBSs w/o any files uploaded yet)
  76.  
  77. I'm through playing with this program for awhile. Have to
  78. look for a 'real' job.
  79.  
  80.  
  81. Son Of Sysop Version 1.02
  82. -------------------------
  83. (V1.01 included part of these features but was not distributed widely)
  84.  
  85. •ExtraFilesMover module added. 
  86. This module will read the pathways that are in the ExtraFilesMover
  87. file, process each file for delivery to your Email, then DELETE
  88. each of the files.  You may have any number of files processed by
  89. including them in the ExtraFilesMover file. When activated, this
  90. module will process every time SOS is ran.
  91.  
  92. The ExtraFilesMover file MUST be located in the SOSNewMan folder.
  93.  
  94. Configure with Cmd. 7 from the SOS menu.
  95. Requires:
  96. A text file located in the SOSNewMan folder named ExtraFilesMover.
  97.                                                   ^^^^^^^^^^^^^^^
  98. This file must contain the pathnames of the files you wish to have
  99. forwarded to your Email and then deleted.
  100. Place each filepath on a line by itself.
  101. The last filepath in the list must be followed by a carriage return.
  102. See the example file I have included. You MUST edit this file to
  103. match your requirements before activating the option in SOS.
  104.  
  105. ** WARNING ** I don't know what the max size of email that can be
  106. imported into Mansion is (probably 32k).  Make sure you don't try to
  107. process gigantic files.  This won't be a problem after the 1st time
  108. this module has ran because you will only be processing one days
  109. worth of information.  The first time you run this module, open the
  110. files to be processed with a text editor and trim them down and re-
  111. save them.  In other words... DON'T TRY TO MOVE A 200+K TABBY LOG 
  112. FILE INTO YOUR EMAIL WITH THIS MODULE!!!!!!!!!!!!!!!!!!!!!!!!
  113.  
  114. •Update Connections Module added.
  115. Configure with Cmd. 7 from the SOS menu.
  116. If this option has a Y flag in it, it will reset your # of connections
  117. in Mansion to 0 every night.
  118. The SOSUserlog option now automatically includes the number of connections
  119. for that period in the report.
  120.  
  121. •VALIDATE UPLOADS!
  122. Finally!  
  123. TH> When you add the ability to approve new files after X
  124. TH> number of days it will be great! From what I understand.
  125. TH> I will be able to set it up to approve new files after 7
  126. TH> days. When the new files come in though, it will send me
  127. TH> a message letting me know. If I do not do anything they
  128. TH> will be approved.
  129.  
  130. Exactly! And man, that was tough to finally get working!
  131. Lots of code.  The only thing I'm not sure that I've got
  132. fixed yet is... A feature??  At the beginning of each month
  133. (the 1st) SOS will automatically approve all unvalidated files.
  134. This only happens on the first of the month. (Another interesting
  135. thing happens in the year 2000 but surely I'll have that fixed
  136. by then <grin>)
  137.  
  138. Some things that still can be made better (and will be) are:
  139. I don't have it resetting the FILE info in Mansion.
  140. Email is sent when files are actually approved.
  141. Will change it so it reports files 'not validated AND not yet
  142. approved' soon.
  143.  
  144. All the new modules report activity to email and to the Mansion Log.
  145. Remember you can change the path of the mansion log file to any other
  146. file by editing the resource #2000. (You will also have to edit this
  147. if your Mansion Data folder is named something else as Tom pointed out)
  148.  
  149.  
  150. Son Of Sysop Version 1.00
  151. -------------------------
  152. FIXED a bug that happened with the email and generic import/export.
  153. A separator char was missing when there were no users in the UserLog.
  154. (We never want to see that happen anyway!)
  155. SORRY!
  156.  
  157. Added option to record new users info to your email. This must be
  158. done by using a modified VISITOR script in conjunction with SOS.
  159. You may use my visitor script (included) or if you have a special
  160. visitor script, you can easily include the recording functions
  161. that are in mine into yours.
  162. Added a cheap splash screen.
  163. See Docs for more.
  164.  
  165. Son Of Sysop Version 1.00b6
  166. ---------------------------
  167. Ok, SOS is a new ball game! It contains a completely re-written module
  168. that does the work that NewManFiles used to do, only doing it about
  169. 1000% faster -- module that does the work of Library 'Files' Auto --
  170. and a module that sends your daily UserLog to your email and then
  171. deletes the Mansion UserLog (this file will slow down the logon process
  172. the larger it gets and I hate to have to remember to delete it manually
  173. all the time!). All the items you normally will need to configure are
  174. easily configured by launching the program from the Finder while holding
  175. down the OPTION key until you see the 'Configure Son of Sysop' menubar
  176. option. (make sure your caps lock key is OFF when launching to configure).
  177. Everything is now combined into ONE program so you will only need 
  178. Son Of Sysop and AutoSysop in your AutoEvent chain.
  179.  
  180. You should be able to configure everything from within the program.
  181. All the required extra files are now kept in the SOSNewMan folder.
  182. If you have been running NewManFiles you can just move the files
  183. currently in your NewMan folder into the SOSNewMan folder.  You
  184. should place your FilesHeader file in that folder as well to keep
  185. everything in one place if you plan to use the Files Module of SOS.
  186.  
  187. (All of the config data is kept in STR resources of SOS. EVERYTHING
  188. that is dependent on a path or flag is there if you find the need
  189. to edit more than the standard options allow you to. (You shouldn't
  190. need to do this though))
  191.  
  192. I've got the code included to approve new uploads after x number 
  193. of days but you can't get too it yet (great eh?) as I am working
  194. on this module to make it smooooother.  It will be available soon
  195. as well as some other maintenance options and goodies.
  196.  
  197. This is still Shareware. If you have registered for NewManFiles,
  198. you are automatically registered for SOS and all future versions.
  199. Enjoy and keep in touch.
  200. Mark
  201.  
  202. Thanks to Pod and Tom for their ideas!
  203.  
  204. •New Things in 1.3
  205. NMFA now records its activity to a log. Its default setup logfile is
  206. your Mansion Log. If you want you can change the file it logs to to
  207. any file you wish.  You could use Tabbys log, or a completely different
  208. log.  To configure this, you would use ResEdit to set the pathway you want.
  209. The string to edit is #2000.
  210.  
  211. NMFA no longer sends the Sysop email if no files were found.
  212.  
  213. Thanks to Tom Heffernan for these suggestions.
  214.  
  215. •New things in 1.2
  216. Message to 2nd area is not treated as a DUPE by point systems utilizing Tabby.
  217. Message to 2nd area does not have the extra "----------" line in the message.
  218.  
  219. Everything except the 'days of the week' is configurable from within the program.
  220. (Hold down the OPTION key when launching from the Finder.)(make sure your CAPS key
  221. is not on)
  222.  
  223. With ResEdit, you may edit the STRs for Sun-Sat with a Y or N to tell NMFA what
  224. days of the week you want it to run.
  225.  
  226. See the Docs for other info.
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. NMFA (NewManFilesAuto) is designed to run during Mansions auto event.  
  234. It is compatible with Auto Sysop, New 'Files' Auto, and should have 
  235. no problems with any other auto event utilities.
  236.  
  237. NMFA will check all your file areas during your Auto Sysop event 
  238. searching for any new files that have been uploaded since the 
  239. last event date.  
  240.  
  241. Features:
  242. Runs automatically during Mansion's Auto Event.
  243. NewManFilesAuto Features / Options:
  244.     Easy Configuration from the program itself.
  245.     You may select any combination of days of the week 
  246.     for NMFA to run.
  247.     Report is always sent to the Sysops mailbox in Mansion.
  248.     Optionally...
  249.     Report can be sent to any 'Echoed' message area.
  250.     A 2nd report can be sent to a 2nd echoed message area.
  251.     Report are added to Tabby Generic Export to be sent on to other
  252.     BBS systems and/or Points.
  253.     Maintains a daily copy of the report on your disk that can 
  254.     be viewed in any number of ways using Mansion 
  255.     (i.e. logon script, text read menu cmd. etc...).
  256.     Reports include unvalidated files.  
  257.     Sysop mail report IDs number of unvalidated files.
  258.  
  259. (60% of NMFA v1.02 is a complete re-write from 1.00)
  260.  
  261. File Request name is:SonOfSysop.Sit
  262.                      ^^^^^^^^^^^^^^
  263.  
  264.